# Subscribe to title information by volume/folio

Subscribe to title information by volume/folio

Endpoint: POST /vicland/alert/v1/titles/subscriptions
Version: 1.4.0
Security: oauthClientCredentials

## Header parameters:

  - `Authorization` (string, required)
    Used to send a valid OAuth 2 access token. Do not use with the "access_token" query. string parameter.

  - `x-correlation-id` (string)
    A unique transaction id used to correlate api requests end to end.

  - `x-source-system` (string)
    A unique identification string for the source system. This could be a system name or hostname where a system is hosted on multiple hosts.

  - `Content-Type` (string)
    This is the format for what the API sends

  - `Accept` (string)
    This is the format for what the API receives

## Request fields (application/json):

  - `volumeFolio` (string, required)
    The unique identifier of a land title in the format of  volume/folio.

  - `customerRef` (string, required)
    Customer reference. Useful for differentiating between multiple customers.

  - `startDateTime` (string, required)
    Start datetime for subscription in ISO 8601/RFC3339 format. Timezone information must be included.

  - `endDateTime` (string, required)
    End datetime for subscription in ISO 8601/RFC3339 format. Timezone information must be included.

## Response 200 fields (application/json):

  - `subscriptionId` (string, required)
    ID(UUID) for Subscription.

## Response 400 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

## Response 401 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

## Response 403 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

## Response 404 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

## Response 429 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

## Response 500 fields (application/json):

  - `code` (integer, required)
    The HTTP Status code of the response.

  - `errorType` (string, required)
    Error Type

  - `description` (string, required)
    Error Description

  - `timestamp` (string, required)
    The time at which the API was invoked

  - `correlationId` (string, required)
    Unique ID for API request

